Just a little maze game where you have to find the exit of the maze
in a minimum amount of moves using the arrow keys. Pressing space will show
you the map of the maze at the expense of a some moves.

The maze size increases with each level.

Not super interesting, I was just toying with the code of a maze generator
that was listed in a magazine.

The game should work in any mode with at least 4 colours
but if for some reason if fails to display correctly just change the line
"MODE 26" with an appropriate mode number or resolution (MODE x,y,bpp).
